home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / mbpro19e.zip / MBPRO.DAT / MBMASTER.NEW < prev    next >
Text File  |  1996-05-22  |  21KB  |  525 lines

  1. DEVELOPMENT TO-DO LIST
  2. ---------------------------------------
  3.  
  4.  
  5. NEW DOCUMENTATION
  6. -----------------
  7. Documentation is included within the MBMASTER help system.  From the
  8. MBMASTER Main Menu select the Quick Start Tutorial option for a Help Menu
  9. of available help topics.
  10.  
  11.  
  12. MBMASTER 1.1 DEVELOPMENT LIST
  13. -----------------------------
  14. The following items are scheduled for MBMASTER release 1.1 and should be
  15. in a future beta release :
  16.  
  17. - Finish context sensitive help items for link, config, and MBACCESS.
  18.  
  19. MBMASTER HISTORY OF CHANGES AND ADDITIONS
  20. -----------------------------------------
  21. 03/14/95
  22. --------
  23. - Added support if memo .DBT file is missing to create a new one.  This now
  24.   works.
  25.  
  26. - You can now build over an existing database.  All original support files
  27.   will be backed up with a *.BAK file extension.
  28.  
  29. - Fixed the Error 207 problem when building over an existing database.
  30.  
  31. - Now full 8 character main filenames work with Test online database feature.
  32.  
  33. - Add some more context sensitive help.  More to come in release 1.1.
  34.  
  35. 03/13/95
  36. --------
  37. - Mark Ok field has been changed to Convert Searches to Uppercase.  This should
  38.   normally be set to Yes and all search keywords and index keys will be
  39.   converted to upper case.  This effectively disables case sensitive searches.
  40.   So... if you want case sensitive searches, be sure to set this to No and
  41.   also be sure to delete your .NDX index files if you change this, so that
  42.   new index file can be built with the appropiate keys.
  43.  
  44. 03/10/95
  45. --------
  46. - Changed the operation of force record view mode to allow browse mode.
  47.   It was backwards.
  48.  
  49. 02/27/95
  50. --------
  51. - Fixed problem with help file loading if used a default main db file.
  52.  
  53. 02/16/95
  54. --------
  55. - Changed *.NEW database files to *.NDB to help avoid confusion with
  56.   the MBACCESS.NEW and MBMASTER.NEW files which contain new information
  57.   and features.  Now these are the only *.NEW files.
  58.  
  59. 02/16/95
  60. --------
  61. - Finally the context sensitive help mechanism is in and functional along
  62.   with the preliminary help information, which is fairly extensive.
  63.   Pressing F1 from the Main Menu will bring up context sensitive help
  64.   depending on which menu item you are highlighted on.  Once in the help
  65.   system you can press F1 again for a Help Index.  Full mouse support
  66.   and cross-reference selection is also available.
  67.  
  68. - The Quick Start Tutorial from the Main Menu now loads the Quick Start
  69.   Tutorial Menu and utilizes the help system.
  70.  
  71. - The About Integrated Solutions Main Menu options, also now uses the
  72.   help system.
  73.  
  74. - MBPRO.DOC and ABOUT.DOC files removed from distribution.  You may want
  75.   to delete this files.  Both are now included in expanded form within
  76.   the help system.  Removing these will help bring the evaluation
  77.   release down in size.  An MBPRO.DOC does still exist explaining that
  78.   the docs are built into MBMASTER's help system.
  79.  
  80. 02/15/95
  81. --------
  82. - When cleaning/packing a database, you will now only be asked to delete
  83.   index files if indeed there are index files that exist, also added a
  84.   message dialog box that says "Checking for index files.  Please wait..."
  85.   for slow machines with large database structures.
  86.  
  87. - When deleting a field while editing the field structure, MBMASTER will
  88.   now properly check for a corresponding index file as defined in the
  89.   link record for the field being deleted.  If an index file exists,
  90.   you will be asked if you want to delete the file, pressing No will
  91.   rename the file to *.BAK.
  92.  
  93. 02/14/95
  94. --------
  95. - Fixed a problem in field link configuration after creating choice database
  96.   and editing it, F2 would drop to dos.
  97.  
  98. - Fixed editing date fields problem in record edit.
  99.  
  100. - Fixed cleaning and packing a choice database, would try to clean and
  101.   pack main database instead.
  102.  
  103. 02/09/95
  104. --------
  105. - Added support for creating and editing CHOICE database on the fly when
  106.   using the CHOICE link type in the link setup.
  107.  
  108. - Cleaning databases will now delete or rename old index files,
  109.   prompting for deletion or renaming.  Clean will check every link
  110.   record for an index setting for each field in the database.
  111.  
  112. - Added DTIME link type to link type pick list.  It should have been
  113.   there, but wasn't.
  114.  
  115. - Added logic to field link configuration to delete old index files
  116.   if you change the use index or index filename.  MBMASTER will prompt
  117.   if you want to delete or rename the index files.
  118.  
  119. - Field link configuration link to database filename and index filename
  120.   fields now force upper case entries.
  121.  
  122. - You can now open filenames with no extension using the Open Database
  123.   menu option.  Before MBMASTER was adding a .DBF extension and it
  124.   would say file not found, when the file was there.
  125.  
  126. - Added logic to check the validity of a given filename entered before
  127.   trying to act on it, like creating a database or something.  This
  128.   prevents getting into a major error trap.
  129.  
  130. - Added more logic for occasional memo not found errors popping up when
  131.   there wasn't a memo field specified.
  132.   
  133. 02/08/95
  134. --------
  135. - Now has support for upgrading pre 1.70 link databases to current link
  136.   database format.  Will automatically distinguish which link database
  137.   structure version and move data to new database format as well.
  138.   
  139. - Now shows a completed link screen when updating link structure.
  140.  
  141. - Fixed a problem updating field pick list after updating a link structure.
  142.  
  143. - White On Blue text for status bar in Getting Started screen and About
  144.   screen instead of Yellow On Blue.
  145.   
  146. - Shift-TAB while editing a link record will now save changed and return
  147.   to field pick list (same as F10).  This is handy when used in conjunction
  148.   with TAB.  TAB and Shift-TAB will toggle between pick list and field link
  149.   record.
  150.   
  151. - Fixed a problem losing changes made to a record when entering a memo
  152.   before saving those changes.  Now the changes are saved properly before
  153.   entering the memo.
  154.   
  155.   
  156. 02/07/95
  157. --------
  158. - Now displays a flashing red on light gray message when updating link
  159.   records on first access and when editing record structure.
  160.  
  161. - F2 Pick List for select branch to next field, owner field, and primary
  162.   index field is now operational.
  163.  
  164. - The Getting Started menu option is now hooked to a file browser
  165.   displaying the MBPRO.DOC file which is the text manual.
  166.  
  167. - Created all internal help index hooks.  Now just writing all the
  168.   context sensitive help.  Will be in next beta.
  169.  
  170. 02/06/95
  171. --------
  172. - Decreased base memory usage by 16K
  173.  
  174. - Fixed problem building database in same directory that it was created.
  175.  
  176. - Fixed problem handling RAW db main filenames over 6 characters.  Now
  177.   full 8 character filenames are supported for the main database and only
  178.   the first 6 characters are used when building the link, config, and
  179.   support db files.
  180.  
  181. - The field link database structure update routines have been implemented.
  182.   MBMASTER will update existing link structures to newest format.  The
  183.   new link and config structures are in the *.200 files.
  184.  
  185. 02/02/95
  186. --------
  187. - Memos will now properly be created when editing record structure or
  188.   creating a new record structure and adding a new memo field to a
  189.   structure that didn't previously have one.  Also, if you delete all
  190.   memo fields within a structure, you will be prompted on the structure
  191.   update if you want to also delete the associated .DBT memo file.
  192.  
  193. - If a .DBT memo file is missing it will properly be re-created.
  194.  
  195. - When viewing memos a record will no longer be updated to the memo
  196.   database when reformatting occurs.  This should be the last of the
  197.   memo issues, everything dealing with memos has been implemented.
  198.  
  199. 02/01/95
  200. --------
  201. - Added memo editing support full of features.  When on a memo field
  202.   in the Structure/Data Editor, simply hit enter and the memo editor
  203.   will come up.  You can also traverse memos using Alt-Next and Alt-Prev
  204.   commands without having to leave the memo editor.
  205.  
  206. - Added new MBSETUP entry screen and more options to support direct or
  207.   bios video writes, memo options settings, and pri